home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 41
/
Volume 41 - JOGO DISK .iso
/
Games
/
konka_66.swf
/
scripts
/
DefineSprite_136_yinyin
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-05-10
|
331b
|
17 lines
var cc = _xscale;
stop();
this.onEnterFrame = function()
{
this.swapDepths(100000 + _Y * 100 + id % 100);
_X = _parent.man._x;
_Y = _parent.man.ldd;
if(_parent.man._xscale == _parent.man.cc)
{
_xscale = cc;
}
if(_parent.man._xscale == - _parent.man.cc)
{
_xscale = - cc;
}
};